第五期直播 week15 + 期中測驗檢討


Posted by s103071049 on 2021-07-27

  1. 語法不熟:東西寫不夠多、不夠熟語法
  2. 忘光學習的東西
  3. 不要太依賴自動完成
  4. 串 api 語法 (fetch promise 要喝水一樣熟)
  5. dom 不夠熟練
  6. 陣列 find 用法要學

第一題:重點 flex

第二題:
.value 拿值
東西用變數存著
appendChild() 裡面要加 node
Math.random()
隨時重構

刪除 => event Delegation
target.classList.contains('class name')
target.parentNode.remove()
target.closest.remove()

每次做變動 => 手動呼叫 function => save()
getAttribute()
data.map()

fetch
xhr.open()
xhr.send()
xhr.onload()

第四題、
創造一個新的陣列,用原本的資料拼湊出新的資料
型態不熟悉

閱讀資料卡住










Related Posts

Fun with HTML5 Canvas

Fun with HTML5 Canvas

Find the Most Competitive Subsequence

Find the Most Competitive Subsequence

佈署網站

佈署網站


Comments